home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / DatabaseKit / OracleDemo / Controller.h next >
Encoding:
Text File  |  1992-12-20  |  399 b   |  18 lines

  1. /* Controller.h:
  2.  * You may freely copy, distribute, and reuse the code in this example.
  3.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  4.  * fitness for any particular use.
  5.  *
  6.  * Written by Mai Nguyen, NeXT Developer Support
  7.  *
  8.  */
  9.  
  10. #import <appkit/appkit.h>
  11.  
  12. @interface Controller:Object
  13. {
  14.     id    theWindow;            /* The main application window */    
  15. }
  16.  
  17. - appDidInit:sender;
  18. @end